git-context
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Mon, 15 Jul 2024 19:20:54 +0000 (21:20 +0200)
committerAurelien Jarno <aurel32@debian.org>
Mon, 15 Jul 2024 19:20:54 +0000 (21:20 +0200)
commita9670ea4779d6b85f8ed2f5a06cd2688a56ac471
treea9a16737838cf1fcb383943192e076443d36e887
parent48f854d765280bbad642b2bcffbe3350eadcddbd
git-context

commit 88b771ab5e1169e746dbf4a990d90cffc5fa54ea
Author: Flavio Cruz <flaviocruz@gmail.com>
Date:   Sat Feb 17 15:25:35 2024 -0500

    Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64

    Tested with the tests provided by glibc plus some other toy examples.
    Message-ID: <20240217202535.1860803-1-flaviocruz@gmail.com>

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-context.diff
sysdeps/mach/hurd/x86_64/Makefile
sysdeps/mach/hurd/x86_64/__start_context.S [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/getcontext.S [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/makecontext.c [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/setcontext.S [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/swapcontext.S [new file with mode: 0644]